home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / catch_flies.swf / scripts / DefineButton2_143 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  117 b   |  8 lines

  1. on(release){
  2.    gotoAndStop(1);
  3.    tellTarget("_root.outoftime")
  4.    {
  5.       gotoAndStop("submitstop");
  6.    }
  7. }
  8.